<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

System.ServiceModel.Dispatcher.IOperationInvoker

public interface IOperationInvoker
namespace System.ServiceModel.Dispatcher { public interface IOperationInvoker { object[] AllocateInputs(); IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state); object InvokeEnd(object instance, out object[] outputs, IAsyncResult result); } }