using Connected.Collections.Concurrent; namespace Connected.Notifications.Events; internal sealed class EventDispatcher : Dispatcher { public EventDispatcher() : base(128) { } }