public override int GetHashCode()
 {
     return(StatisticsName.GetHashCode() ^ Value.GetHashCode());
 }