namespace FinalProject.Core { public class SimRunner : ISimRunner { public SimRunner() { } public void RunSimulation() { throw new System.NotImplementedException(); } } }