namespace Ghost.Test.Core; public interface ITest { public void Run(); }