namespace ConsoleApp.Maps { public interface IHexCell : ICell { } }