public async Task <IEnumerable <Movie> > GetMoviesByCast(int id) { return(await _castRepository.GetMoviesByCast(id)); }