protected bool Equals(HistoricalPrice other)
 {
     return(Date.Equals(other.Date) && Price == other.Price);
 }
 protected bool Equals(HistoricalPrice other)
 {
     return Date.Equals(other.Date) && Price == other.Price;
 }