using Microsoft.AspNetCore.SignalR; namespace Applications.UniversalApi_WebConsole_App.Hubs { public class AlarmHub:Hub { } }