namespace ConsoleApp { public interface ISimRunner { void Run(); } }