public void CreateNewBatch(IList <TDataType> documents) { foreach (var d in documents) { DataDocument.NixId(d); } StoreDocuments(documents); }