public SeriesPaginatedModel GetAllFollowedSeries(string userId)
 {
     return(_seriesRepository.GetAllFollowedSeries(userId));
 }