using System; using Microsoft.AspNetCore.SignalR; namespace gswi.SignalR { public class NotifyHub : Hub { } }