namespace InABox.Integration { public interface IIntegrationProduct : IIntegrationItem { string ProductGroupCode { get; set; } } }