namespace Wabbajack.Common.CSP { public interface IChannel : IReadPort, IWritePort { } }