public void StartAPublisher() { object instance = Create.ModuleInstance(typeof(TestPublisher)); Start.Publisher(instance); }