LifecycleScopeDelegate(lifecycleOwner: LifecycleOwner, koinContext: KoinContext = GlobalContext, createScope: (Koin) -> Scope = { koin: Koin -> koin.createScope(lifecycleOwner.getScopeId(), lifecycleOwner.getScopeName()) })