@Override
 public int removeTasks(List<TaskSummary> tasks) {
   synchronized (ksession) {
     return taskService.removeTasks(tasks);
   }
 }