public async Task <ActionResult> Post(CreateTaskCommand command) { await _dispatcher.SendAsync(command.BindId(x => x.Id)); return(Accepted()); }