public <R> R accept(SubjInterfaceReturnVisitor<R> visitor) throws PersistenceException {
   return visitor.handleCompensationRequest(this);
 }