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