@Override
 public Object toKey(Object parentKey, Long id) {
   return supplier.toKey(parentKey, getKind(), id);
 }