<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />
System.ServiceModel.Channels.OperationWithTimeoutAsyncCallback
namespace System.
ServiceModel.
Channels
{
internal delegate Task OperationWithTimeoutAsyncCallback (
TimeSpan timeout);
}