using Microsoft.AspNetCore.SignalR; namespace InventoryService.Api.Hubs { public class InventoryHub : Hub { } }