I need to get, from an IComponentContext, a list of registered Type's that implement a particular interface.
I don't want actual instances of the types, but rather a list of Type of which I could get instances.
I want to use this list to generate subscriptions on a message bus.
How do I get all registered implementations of an interface in Autofac?