namespace Toolkit.Foundation; public interface INotificationHandler : IHandler { Task Handle(TMessage args); }