private IContainedComponent run(IComponentSpecification spec, String id, String methodName, Location location)
{
Method method = findMethod(AnnotatedPage.class, methodName);
EnhancementOperation op = newOp();
replay();
new ComponentAnnotationWorker().performEnhancement(op, spec, method, location);