private void OnSignOut() { SpotifyService service = SpotifyService.Instance; if (service.IsConnected) { service.DeauthorizeUser(); } }