using System.Runtime.InteropServices; namespace Interop.NmxAdptr; [ComImport] [CoClass(typeof(NmxServiceClass))] [Guid("2630A513-A974-4B1A-8025-457A9A7C56B8")] public interface NmxService : INmxService2 { }