public void IsPausedTest()
 {
     player = instance.CreatePlayer(BaseTestFilePath + "n900_extremely_short.avi");
     player.Play();
     player.Pause();
     Assert.IsTrue(player.IsPaused);
 }