@Test
 public void testThatNoInProgressRequestsByDefault() throws Exception {
   assertEquals(0, executorService.countInProgress());
 }