.httpRequestBuilder().build(),
new VcloudHttpResponsePrimer()
.xmlFilePayload("/vApp/getNetworkSection.xml", VCloudDirectorMediaType.TASK)
.httpResponseBuilder().build());
NetworkSection expected = getNetworkSection();
assertEquals(api.getVAppApi().getNetworkSection(vAppURI), expected);
}