@Test
 public void testClearJobStoppedStatus() {
   schedulerFacade.clearJobStoppedStatus();
   verify(serverService).clearJobStoppedStatus();
 }