public XmlMovieWithRatingsFinder(string filePath, IMovieRatingFactory movieRatingFactory, ILogger logger) { pathToSourceFile = filePath; this.movieRatingFactory = movieRatingFactory; this.logger = logger; }