namespace Advent { public class MapObject { public string Name { get; set; } public MapObject Parent { get; set; } } }