public void DrawCurrentPos(ITile currentTile) { Console.WriteLine($" Current position: {currentTile.GetId()}"); }