/// <inheritdoc/>
 public override void WriteValue(ref WriteContext writer, ulong value)
 {
     writer.WriteUInt64(value);
 }