async getSavedAt(): Promise<Date | undefined> {
    return (await this.db.get("settings", this.savedAtKey)) as Date | undefined;
  }