public Task<HttpResponseMessage> SendRequestAsync(HttpClient client)
 {
     return client.GetAsyncEx(builder.ToString());
 }