public override int GetHashCode()
        {
            int hash = 1;

            hash ^= TrackedSenders.GetHashCode();
            hash ^= TrackedIds.GetHashCode();
            return(hash);
        }