namespace Toolkit.Foundation; public delegate Task NotificationHandlerDelegate(TNotification notification, CancellationToken cancellationToken) where TNotification : INotification;