public async clear(): Promise<void> {
        logger.debug("Clearing ThreadHistory");

        await this.storage.clear();
    }