Nikky
inline fun <reified T> saveConfig(config: T = T::class.java.constructors.find { it.parameterCount == 0 }!!.newInstance() as T) {