@Nullable
 public PsiElement resolve() {
   return InjectedLanguage.findLanguageById(getValue()) != null ? myValue : null;
 }