@Override
 public void onOutbound(OutboundInterceptorContext context) throws Exception {
   responseCounter.incrementAndGet();
   super.onOutbound(context);
 }