@Override
 public <T> T convert(E entityRepresentation, Class<T> entityType) {
   return backend.convert(entityRepresentation, entityType);
 }