public void removeGroup(String groupId) {
   taskIdentityService.removeGroup(groupId);
 }