Gets the personal comments for a movie.
@override Future<String?> getMovieComments(Movie movie) => _manager.getMovieComments(movie);