namespace HanaToolbox.Services.Interfaces; public interface INotificationService { Task SendAsync(string title, string message, CancellationToken ct = default); }