@Override
 public void deleteFault(long taskId, String userId) {
   synchronized (ksession) {
     taskService.deleteFault(taskId, userId);
   }
 }