How Can I inject ...IEnumerable<Func<T>>... using Simple Injector?...Just to add some context, I'm trying to create all EventHandlers that knows how to handle one specific Event. So here is my ...Container... registration:...container.RegisterCollection(t...