The types `ValueTask` and `ValueTask<T>` are not intercepted with the async interceptor, always going through the `InterceptSynchronous` method.
The types
ValueTaskandValueTask<T>are not intercepted with the async interceptor, always going through theInterceptSynchronousmethod.