public async Task GetMovies_ShouldReturnMovieFromApiAsync() { var result = await movieController.GetAsync(); result.Should().NotBeNull(); }