public void Add(T item)
 {
     CheckValue(item);
     _store.AddParsedValue(_headerName, item);
 }