private bool CouldMovePieceOnPosition(Vector2 position) { return(_board.IsPositionOccupiedByColor(position, ActivePlayerColor)); }