public Film GetFilm(string titel) { filmService.Titel = titel; return(filmService.GetFilmFromApi()); }