Gets the user's personal rating for a movie.
@override Future<double?> getPersonalRating(Movie movie) => _manager.getPersonalRating(movie);