using Microsoft.AspNetCore.SignalR; namespace PodNoms.Api.Services.Realtime { public class EntityUpdateHub : Hub { } }