@Override
 public Relationship getRelationshipById(long id) {
     return delegate.getRelationshipById(id);
 }