namespace ConsoleApp { public interface ISimRunner { void GenerateMaps(int x, int y); void StartSim(); } }