async fn scrape_router(
    params: &(String, MikrotikClient, ExporterConfig)
) -> (String, Url, Result<(Clock, Vec<Box<dyn AsMetrics + Send>>)>)