tapchicoma
private inline fun <reified T> KoinComponent.injectFromCurrentScope(): Lazy<T> = lazy { currentScope().get<T>() }