protected override void PutMany(IBag <string> collection, params string[] values) { _lastRowId = collection.PutMany(values).Last(); }