pub fn start_multi_sync<R>(
    request_generators: Vec<(R, Configuration, String)>
) -> Vec<Stats>where
    R: RequestGenerator + Send + 'static,