This package provides effects for working with MediatR
dotnet add package NBB.Application.MediatR.Effects
You need to register the side-effects somewhere in the composition root, like so:
services.AddMediatorEffects();
var q1 = Mediator.SendQuery(new GetClientQuery());