public YoutubeCacheProxy()
 {
     this.youtubeService = new ThirdPartyYoutubeClass();
 }
 public YoutubeDownloader(ThirdPartyYoutubeLib api)
 {
     this.api = api;
 }