@Override
 @NotNull
 public Map<PsiTypeParameter, PsiType> getSubstitutionMap() {
   return Collections.unmodifiableMap(mySubstitutionMap);
 }