namespace Marco.Pms.Services.Service.ServiceInterfaces { public interface ISignalRService { Task SendNotificationAsync(object notification); } }