namespace mRemoteNG.Connection { public interface IInheritable { ConnectionInfoInheritance Inheritance { get; set; } } }