get

inline fun <T : Any> get(): T
fun <T : Any> get(cls: KClass<T>): T

Get a service for the given class