@Test
 public void paramGet() throws Exception {
   client.restClient().headers().removeHeader("x-ms-client-request-id");
   ServiceResponse<Void> response =
       client.xMsClientRequestIds().paramGet("9C4D50EE-2D56-4CD3-8152-34347DC9F2B0");
   Assert.assertEquals(200, response.getResponse().code());
 }