34 ->setAddMembers($command->getMembers())
35 ->setInitiatorId($command->getInitiatorId())
36 ->setId($command->getGroupId())
37 ->setInitiatedByType($command->getInitiatedByType())
40 $updateResult = $this->collabService->update($updateCommand);
42 return $result->merge($updateResult);