public void Add(Reading item) { Items.Add(item); TotalDuration = new Duration(Items.Last().Timestamp.Subtract(Items.First().Timestamp)); }