@NotNull
 public Set<Usage> getExcludedSetCached() {
   if (excludedSet == null) excludedSet = usageView.getExcludedUsages();
   return excludedSet;
 }