getService

abstract fun <S : Any> getService(serviceType: KType): S?
abstract fun <S : Any> getService(serviceName: String): S?