@Override
 public User getUserById(String userId) {
   synchronized (ksession) {
     return taskService.getUserById(userId);
   }
 }