using mRemoteNG.Container; namespace mRemoteNG.Connection { public interface Parent { ContainerInfo Parent { get; set; } } }