Hello!
I wonder if an object implementing IUnityContainer is kind of a container of other Interfaces like IEventAggregator?
I want to publish an event from Shell and subscribe on it in one other module so I do not know if my dependency injection will be an IEventAggregator or an IUnityContainer.