object Loader
Helper methods to deal with ServiceLoader.
Load all services of class T.
fun <T : Any> loadServices(): List<T>