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