private async void Play()
 {
     _streaming.Play();
     IsRunning = true;
 }