@Override
 protected void checkControllerStateBeforeRecordsPassedToController(
     final IMonitoringController monitoringController) throws Exception {
   Assert.assertTrue(monitoringController.isMonitoringEnabled());
 }