public override void _ExitTree()
 {
     base._ExitTree();
     videoPlayer.Disconnect("finished", this, nameof(OnVideoFinished));
 }