namespace InABox.Integration { public interface IIntegrationMaterial : IIntegrationBOMItem { double Quantity { get; set; } double Cost { get; set; } } }