public async Task <ActionResult> PostAsync() { var joke = await _jokeService.GetAJoke(); return(new OkObjectResult(joke)); }