namespace InABox.Integration.Awg { public interface IAwgProduct : IIntegrationProduct, IAwgItem { } }