/// <summary> /// See Object.GetHashCode /// </summary> public override int GetHashCode() => Channel.GetHashCode() ^ Message.GetHashCode();