public async Task <ActionResult> PostMsg(string message) { await msgService.PostAsync("Hello"); return(RedirectToAction("Home")); }