protected override void WriteStream(BinaryWriterBase128 binaryWriter, long value)
 {
     binaryWriter.WriteBase128ZigZag(value: value);
 }