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