using HexCore; namespace ConsoleApp.Maps { public interface IHexMap { Graph Graph { get; } } }