public async Task <bool> RefreshFullData() { bool connected = await _viewModel.GetFullDataAsync(); _viewModel.IsLoading = false; return(connected); }