private async void tbTimeline_Scroll()
 {
     if (_tbTimelineApplyingValue)
     {
         await _player.Position_SetAsync(TimeSpan.FromSeconds(tbTimeline.Value));
     }
 }