public override int GetHashCode()
 {
     return(Descriptions?.ComputeHash() ?? 0);
 }