public java.util.List<VsacValueSet> getValuesetsByOids(List<String> valuesetOids) {
   return vocabularyValuesetService.getValuesetsByOids(new HashSet<>(valuesetOids));
 }