private GroupChannelId buildChannelId(GroupVoiceChannelGrant grant, Double frequency) {
   return new GroupChannelId(
       followRequest.getChannelId().getWacn(),
       followRequest.getChannelId().getSystemId(),
       followRequest.getChannelId().getRfSubsystemId(),
       grant.getSourceId(),
       grant.getGroupId(),
       frequency);
 }