using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [CoClass(typeof(LoggerSupportClass))] [Guid("E9664A24-4940-469C-9C6C-3C827C4010F8")] public interface LoggerSupport : ILoggerSupport { }