protected Task <IHttpActionResult> ExecuteAsync(Func <Task> method) { return(Dispatcher.ExecuteAsync(new ServiceRequest(), method)); }