pub async fn fetch_amtrak_gtfs_rt_joined(
    gtfs: &Gtfs,
    client: &Client
) -> Result<GtfsAmtrakResultsJoined, Box<dyn Error>>