namespace Toolkit.Foundation; public interface IAsyncPipelineBehavior { Task Handle(TMessage message, AsyncHandlerDelegate next); }