namespace InABox.IPC { public interface IRPCSession { Guid ID { get; set; } } }