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

            await vm.LoadActiveTagsAsync();
        }