pub type HandlerFunction = Box<dyn Fn(HttpRequest, Payload) -> Box<dyn Future<Item = HttpResponse, Error = ActixError>> + Send + Sync + 'static>;