namespace Toolkit.Foundation; public delegate Task HandlerDelegate(TMessage message, CancellationToken cancellationToken) where TMessage : IMessage;