public IActionResult CreateGame() { var game = _wordService.CreateGame(); return(Redirect($"/game/{game.Id}")); }