internal ConversionException(JsonNode node, Type targetType)
     : base($"Cannot convert '{node.Type}' to a {targetType.Name}")
 {
 }