protected void onDestroy() {
   mock.shutdown();
   scheduleTaskExecutor.shutdown();
   super.onDestroy();
 }