void givenResponseFromWebService(String url, String response) {
   client.givenResponse(url, response);
 }