public Watched GetUserWatchedEntity(string userId)
 {
     return(_watchedMovieRepository.GetUserWatchedEntity(userId));
 }