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