namespace FinalProject.Core { public interface ISimRunner { void RunSimulation(); } }