public bool RemovePlayer(GameClient client) { if (_gameField.Exit(client)) { Notify(); return(true); } return(false); }