try {
    const backups = await this.gladysGatewayClient.getBackups();
    return backups;
  } catch (e) {
    logger.debug(e);