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