private async void Stop()
 {
     IsRunning = false;
     _streaming.Stop();
 }