getConfig

fun getConfig(resourceFileName: String, fileName: String, clazzToGetFrom: Class<*>): SavedConfig
fun <T : SavedConfig> getConfig(resourceFileName: String, fileName: String, clazzToGetFrom: Class<*>, configurationClass: Class<T>): T