@Test
 public void testSpecialServiceReturnSomething() {
   specialService.returnSomething();
   assertEquals(1, SomeInterceptor.invocationCount);
 }