public virtual void MoveToTime(long seconds)
 {
     _player.MoveToTime(seconds);
 }