async listAllTopics() {
    try {
      const [topics] = await this.pubSubClient.getTopics();
      return topics;
    } catch (error) {