RequestParticipantUpdateDTO( {List<String>? accountIds, List<String>? usernames}) : accountIds = accountIds ?? [], usernames = usernames ?? [];