Results 1 comments of qpippop

I'm trying to implement this. Here's some code how it may work ```c# services.AddFluentMediator(m => { m.On().PipelineAsync() .Return( (handler, req) => handler.MyCustomFooBarAsync(req)) .WithContinuation() // returns IPipelineAsyncBuilder .Return( (ISecondPingHandler handler, PingResponse...