WOComponent component = WOApplication.application().pageWithName(PRESENTATION_COMPONENT, context);
WOResponse response = WOApplication.application().createResponseInContext(context);
assert(request != null && context != null && component != null && response != null);
component.takeValueForKey(test, PRESENTATION_TEST_BINDING);
component.appendToResponse(response, context);
return response.contentString();
}
}