public PubOperation(string subject, string replyTo, ReadOnlySequence <byte> data) { Subject = subject; ReplyTo = replyTo; Data = data.ToMemory(); }