protected async override void OnNavigatedTo(NavigationEventArgs e) { base.OnNavigatedTo(e); this.DataContext = await Contact.GetAllContactsAsync(); }