<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-preview1.23060.3" />

System.ServiceModel.Dispatcher.IInvokeReceivedNotification

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