public async Task CreateBatchAsync(IEnumerable <DataSet> data)
 {
     await _dataSetRepository.AddRangeAsync(data);
 }