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