public InternalStream(StreamClient client) : base(new MemoryStream(), Stream.Null) { Client = client; }