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

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); } }