Is there a good way of loading differerent registries in different
locations? F.ex. I have a framework that has it's own boot strapper
which calls Initialize and adds its own registries, but the
application using this framework also does this for her own
dependencies, how can I have both of them in the container. Currently
to me it looks like the second call will re-initialize the container.
Does this make sense?
-Mark