String outputFormat = request.getOutputFormat();
HTTPResponse httpResponse = new TestHttpResponse(outputFormat, "UTF-8", contentUrl);
WFSResponse response = request.createResponse(httpResponse);
if (!(response instanceof GetFeatureResponse)) {
return response;
}