private async Task ReloadAccounts()
        {
            Indicator = true;
            await state.LoadContent();

            updateSelection();
            Indicator = false;
        }