public void AddUpdateHandler(string videoId, Action <ThumbnailInfo> handler)
 {
     _mgr.AddUpdateHandler(videoId, handler);
 }