* Method to retrieve the response as a String.
* @return String representation of the response
* @throws ClientServicesException
*/
public Response<String> asString() throws ClientServicesException {
return response(new HandlerString(), String.class);
}