I'm trying to understand scopes in Koin 2.0.1, and why they have both a name and an ID. The only purpose I can see would be two have multiple instances of a given named scope active at the same time. Which works, but then if you close any one of those scope, the others with the same name (but different ID) are no longer usable. What's the point?