Set of presence channel groups that are generated from set of channel groups
Set<String> get presenceChannelGroups => channelGroups.map((channelGroup) => '$channelGroup-pnpres').toSet();