private static Task <HttpResponse> DoExecuteAsGet(IHttp http, string method)
 {
     return(http.AsGetTaskAsync(method));
 }