HttpResponse createResponse = HttpResponse.builder()
.addHeader("x-ms-request-id", "171f77920784404db208200702e59227")
.statusCode(201).build();
AzureManagementApi apiWhenExist = requestSendsResponse(create, createResponse);
assertEquals(
apiWhenExist.getHostedServiceApi().createServiceWithLabelInLocation(SERVICE_NAME, "service mine",
"West US",
description("my description").extendedProperties(ImmutableMap.of("Role", "Production"))),
"171f77920784404db208200702e59227");
}