using System.Runtime.InteropServices; namespace Interop.NmxSvc; [ComImport] [Guid("4422DBBC-3714-487C-81A4-CBA3B3E981A5")] [CoClass(typeof(FMCObjClass))] public interface FMCObj : IFMC { }