namespace InABox.Integration { public interface IIntegrationBOMItem { string Code { get; set; } string Description { get; set; } } }