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