@Override
 public String extractId(E entityRepresentation) {
   return backend.extractId(entityRepresentation);
 }