public async Task AddAsync() { await _dbSet.AddAsync(_list[0]); await _dbSet.AddAsync(_list[1]); Assert.AreEqual(2, _dbSet.Count()); }