public Type Find(Type eventType) { return(typeCache.AddOrGetExisting(eventType, HandlerCollectionTypeFactory)); }