public Map<String, List<Asset>> getRelatedAssets() {
   return delegate.getRelatedAssets();
 }
 public List<Asset> getRelatedAssets(String relationshipName) {
   return delegate.getRelatedAssets(relationshipName);
 }