private bool MovieTitleExists(string title) { return(CsvInputInstance.FindMovieByTitle(title, out _)); }