public async Task GetAllShould_ReturnTheCorrectValues() { var resultList = await sut.GetAll(); // Checking if contains due to seeded internships Assert.True(resultList.Contains(internship)); }