public void TestUrlShort()
 {
     Assert.AreEqual(VideoId, VideoIdExtractor.Extract(VideoUrlShort));
 }
 public void TestVideoId()
 {
     Assert.AreEqual(VideoId, VideoIdExtractor.Extract(VideoId));
 }
 public void TestVideoUrlRegular()
 {
     Assert.AreEqual(VideoId, VideoIdExtractor.Extract(VideoUrlRegular));
 }