getPath

suspend fun <T : Any> Injector.getPath(clazz: KClass<T>, path: String): T
inline suspend fun <T : Any> Injector.getPath(path: String): T