private ReadOnlySequence <byte> PrependTagAndLength(ReadOnlySequence <byte> message)
 => message.Prepend(((ulong)message.Length).AsILInt()).Prepend(_tagAsILInt);