using System; namespace Vinno.IUS.Common.Network.Channels { internal interface IChannelProxy : IDisposable { } }