namespace InABox.Integration.Logikal { public interface ILogikalProduct : IIntegrationProduct { string Code { get; set; } string Name { get; set; } string ProductGroupCode { get; set; } } }