protected override void PutMany(IHashSet <string> collection, params string[] values) { collection.AddMany(values); _last = values.LastOrDefault(); }