.payload(payloadFromResource("/container_virtual_guest_configuration.json")).build();
SoftLayerApi api = requestSendsResponse(getVirtualGuest, getVirtualGuestResponse);
assertEquals(api.getVirtualGuestApi().getCreateObjectOptions(),
new GetCreateObjectOptionsResponseTest().expected());
}