public IActionResult GetPlayerAnswers(string gameId, string playerId) { var answers = playersService.GetPlayerAnswers(gameId, playerId); return(Ok(answers)); }