public List <WatchilstEntry> GetStatusForSeries(int userId, string seriesId) { return(_watchlistRepository.GetStatusForSeries(userId, seriesId)); }