if (error) {
            logger.error("Failed to clear data", { error: JSON.stringify(error), name: this.name });

            throw error;
        }