public BattleshipsGameState GetGameState() { lock (_game) { return(_game.GetGameState(_playerId)); } }