protected bool Equals(ChannelIdentifier other)
 {
     return(ChannelId.IsEqualTo(other.ChannelId) && Equals(ApiClient, other.ApiClient));
 }