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