public override int GetHashCode() { return(NameProduct.ToArray()[0] * 100 + (int)MessageType * 10 + (int)MessageTopic); }