public NullableBigIntegerConverter(NumberConversion conversion)
 {
     _bigIntegerConverter = new BigIntegerConverter(conversion);
 }