using InABox.Integration; namespace InABox.Integration.Awg { public interface IAwgSupplier : IIntegrationSupplier, IAwgItem { } }