Suppose I have async function with the following code.
var reply = await httpClient.GetAsync(somePath); ProcessReply(reply);
The async function w