The AsyncMethodBuilder for OVRTask<TResult>.
Do not use this type directly. It is used by the compiler to allow OVRTask<TResult> to be used as a task-like object, that is, you can await on it from an awaitable function.
OthersTThe type of the result of an asynchronous operation.