namespace InABox.Integration.Awg { public interface IAwgComponent : IIntegrationMaterial, IAwgBOMItem { string Group { get; set; } string Supplier { get; set; } double PackSize { get; set; } } }