@Override
 public void removeGroup(String groupId) {
   synchronized (ksession) {
     taskService.removeGroup(groupId);
   }
 }