open static fun <T : Any> create(type: Class<T>, value: String): T
open static fun <T : Any> create(value: String, converter: Converter<T>): T