namespace DoliMiddlewareApi.Services.Notifications; public interface INotificationService { Task NotifyInvoiceStatusChangedAsync(int invoiceId, string invoiceRef, string newStatus); }