namespace InABox.Integration { public interface IIntegrationProductGroup { string Code { get; set; } string Description { get; set; } } }