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