Does not close all threads on shutdown, the following code has to hope for OkHttp to terminate. ```kotlin val config = FileConfiguration("--conf-file=${args[0]}") val session = Session.Builder(config).create() session.close() ```