public ImportPlaylistVideosAfterSave(IYoutubePlaylistContentImporter youtubePlaylistContentImporter)
 {
     _youtubePlaylistContentImporter = youtubePlaylistContentImporter;
 }
 public PlaylistApiController(IContentService contentService, IYoutubePlaylistContentImporter youtubePlaylistContentImporter)
 {
     _contentService = contentService;
     _youtubePlaylistContentImporter = youtubePlaylistContentImporter;
 }