public async Task Should_Return_All_Sliders() { var response = await _sliderRepository.ListAsync(); Assert.NotNull(response); Assert.Equal(response, list1); }