using System; using System.CodeDom.Compiler; using System.ServiceModel; using System.ServiceModel.Channels; namespace ArchestrAServices.ASBContract; [GeneratedCode("System.ServiceModel", "4.0.0.0")] public interface IASBIDataChannel : IASBIData, IAuthenticateASB, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject, IDisposable { }