And when I remove _parentKodein, I get: ``` org...
# kodein
d
And when I remove _parentKodein, I get:
Copy code
org.kodein.di.Kodein$NotFoundException: No binding found for bind<UpgradeProtectionPlanService>() with ?<FragmentActivity>().? { ? }
    Available bindings for this type:
            module ActivityModule {
                bind<UpgradeProtectionPlanService>() with scoped(AndroidComponentsWeakScope).singleton { UpgradeProtectionPlanService }
            }
    Registered in this Kodein container:
            bind<ApplicationsAdapter>() with factory { Multi2<FragmentActivity, AppsFragment> -> ApplicationsAdapter }
            module ActivityModule {
                bind<ProtectionPlanApi>() with scoped(AndroidComponentsWeakScope).singleton { ProtectionPlanApi }
                bind<UpgradeProtectionPlanService>() with scoped(AndroidComponentsWeakScope).singleton { UpgradeProtectionPlanService }
            }