GetResponseVarAsync Method
It is not uncommon for there to be additional response variables returned in the response that cannot be directly obtained via the Response properties.
Syntax
[VB.NET] Public Function GetResponseVarAsync(ByVal Name As String) As Task<string>
[C#] public Task<string> GetResponseVarAsync(string name);