for (CoinsetterPriceAlert alert : priceAlerts.getPriceAlerts()) {
log.info("{}", alert);
}
// Remove
CoinsetterRemovePriceAlertResponse removeResponse = priceAlertService.remove(clientSession.getUuid(), addResponse.getUuid());
log.info("remove price alert response: {}", removeResponse);
clientSessionService.logout(clientSession.getUuid());
}