public TvShowsController(ITvShowsService tvShows, ITvShowCommentsService comments) { this.tvShows = tvShows; this.comments = comments; }