fun <T : Any> convertToMapOf(type: KClass<T>): Map<String, T>
inline fun <reified T : Any> convertToMapOf(): Map<String, T>