const lastUpdated: string | null = await Storage.getItem(
        Keys.lastUpdated
      ).catch((err) => {
        throw `Error getting last updated timestamp from secure storage: ${err}`;
      });