pub async fn generate_scenario(
    map: &Map,
    config: &ImporterConfiguration,
    timer: &mut Timer<'_>
) -> Result<()>