public async Task ModelTest() { await _newsRepository.AddAsync(_model); await _newsRepository.SaveAsync(); Assert.True(_model.Id > 0); }