public void removeUser(String userId) {
   taskIdentityService.removeUser(userId);
 }