public void Leave(string account) { Player player = Get(account); if (player != null) { player.Leave(); } }