pub fn mock_batch_http_request(
    call: impl FnMut(Vec<HttpRequest>, u64) -> BatchHttpResult + 'static
)