public TransactionId<?> getCatalogServiceTransactionId(
CatalogReceipt catalogReceipt, boolean generateNew) throws CatalogServiceException {
try {
return this.communicationChannelClient.getCatalogServiceTransactionId(catalogReceipt, generateNew);
} catch (Exception e) {
throw new CatalogServiceException(e.getMessage(), e);
}
}