using System; using System.CodeDom.Compiler; using System.ServiceModel; using System.ServiceModel.Channels; namespace Roblox.Grid.Arbiter.Common.Arbiter; [GeneratedCode("System.ServiceModel", "4.0.0.0")] public interface ArbiterChannel : Arbiter, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject, IDisposable { }