result.add(new AnnotationCompletionStrategy(context));
} else if (contextClass == ServiceContainerContext.class) {
result.add(new ServiceContainerCompletionStrategy(context));
} else if (contextClass == TemplateVariableContext.class) {
result.add(new TemplateVariableStrategy(context));