<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.2" />

System.Runtime.CompilerServices.ValueTaskAwaiter<TResult>

Provides an awaiter for a ValueTask<T>.
namespace System.Runtime.CompilerServices { public readonly struct ValueTaskAwaiter<TResult> : ICriticalNotifyCompletion, INotifyCompletion { public bool IsCompleted { get; } public TResult GetResult(); public void OnCompleted(Action continuation); public void UnsafeOnCompleted(Action continuation); } }