private async void StartPlayer(SonosPlayer player, string streamUrl) { await player.SetAvTransportUri(streamUrl); await player.Play(); }