using mROA.Implementation; namespace mROA.Example; [SharedObjectInterface] public interface ITestParameter { public int Test(); }