Class contextClass = context.getClass();
if (contextClass == AnnotationCompletionContext.class) {
result.add(new AnnotationCompletionStrategy(context));
} else if (contextClass == ServiceContainerContext.class) {
result.add(new ServiceContainerCompletionStrategy(context));