public void TestGetRequest()
 {
     var response = _restHttpClient.GetRequestRaw("http://google.com");
 }