namespace ConsoleApp.Maps { public interface IMineMap { bool[,] Map { get; } } }