<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />

System.ServiceModel.Dispatcher.IInvokeReceivedNotification

namespace System.ServiceModel.Dispatcher { internal interface IInvokeReceivedNotification { void NotifyInvokeReceived(); void NotifyInvokeReceived(RequestContext request); } }