void OnPlayerJoinedMatch(int totalReadyPlayers, IUserPresence newPlayer)
 {
     ReadyPlayersCount.UpdateCurrentPlayers(totalReadyPlayers);
 }