using System.Runtime.InteropServices; namespace Interop.LmxProxy; [ComImport] [CoClass(typeof(AccessManagerClass))] [Guid("96469CD1-8EF4-11D2-BF61-00104B5F96A7")] public interface AccessManager : IAccessManagerHost { }