public NullableUInt256Converter(NumberConversion conversion)
 {
     _uInt256Converter = new UInt256Converter(conversion);
 }
 public override UInt256 ReadJson(JsonReader reader, Type objectType, UInt256 existingValue, bool hasExistingValue, JsonSerializer serializer) =>
 UInt256Converter.ReaderJson(reader);