EventFactory sealed class EventFactory : IEventFactory Provides string to Event instance creation mappings. Documentation Code public EventFactory() public Event Create(string name) Creates a new event.