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