using SPMS.Domain.Enums; namespace SPMS.Application.Interfaces; public interface IWebhookService { Task SendAsync(long serviceId, WebhookEvent eventType, object data); }