public int GetCurrentRoundNumber(Guid gameId)
 {
     return(_roundService.GetCurrentRoundNumber(gameId));
 }