void ISerializer <decimal> .Write(ref ProtoWriter.State state, decimal value)
 => BclHelpers.WriteDecimalString(ref state, value);