// namespace InnovEnergy.Lib.Channels.V2; // // public partial class StreamChannel : IChannel> // { // public StreamChannel(Stream stream) // { // } // // // public Task> Read() // { // // } // // public Task Write(IReadOnlyList tx) // { // throw new NotImplementedException(); // } // // // }