using Connected.Net.Hubs; using Microsoft.AspNetCore.SignalR; namespace Connected.Notifications.Events.Server; internal class EventServer : Server { public EventServer(IHubContext hub) : base(hub) { } }