namespace LJLib.Net.SPI.Server { internal interface IRemoteInfoContainer { string RemoteInfo { get; } } }