private void SetNewGameState(GameState gameState) { PuzzleBoardViewModel.CurrentGameState = gameState; }
protected bool Equals(GameState other) { return string.Equals(StateName, other.StateName); }