getService

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