using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("5C7C1C94-09C1-4E0A-9DCE-ECA53FBCDE04")] [CoClass(typeof(RedundancyObjectClass))] public interface RedundancyObject : IRedundancyService2 { }