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