public void SetStatus(int userId, string showId, WatchStatus status)
 {
     _watchlistRepository.SetStatus(userId, showId, status);
 }