pub fn create_fetcher( provider: &str, base_url: &str, token: Option<&str>, ) -> Result<Box<dyn Fetcher>>