namespace InABox.Integration { public interface IIntegrationGroup : IIntegrationItem { string Parent { get; set; } } }