public void RemovePlayer(Player player) { Players.Remove(player); Clients.AllExcept(player.ClientId).OpponentDisconnect(new Opponent(player)); }