internal void Add(int bytes, long ts) { var p = new Pair() { ts = ts, bytes = bytes, }; list.Add(p); }