protected override async void OnAppearing()
        {
            base.OnAppearing();

            await vm.LoadTagsAsync();
        }