HttpRequestDeenricher requestDeenricher = services.onlyOne(HttpRequestDeenricher.class);
if (requestDeenricher.isEnriched()) {
RequestPayload p = requestDeenricher.resolvePayload();
long serialId = p.getSerialId();
responsePayload.set(new ResponsePayload(serialId));
response.setHeader(WarpCommons.ENRICHMENT_RESPONSE, Long.toString(serialId));
requestPayload.set(p);
processWarpRequest.fire(new ProcessWarpRequest());