protected override async void OnAppearing()
    {
        var playlist = await Vm.GetPlaylist();

        // Do something cool with the string.
    }