protected override async void EditAction(object contact = null)
 {
     await _navigationService.PushAsync <UserContactDetailPage, UserContactDetailViewModel>(PageType.EditPage, contact);
 }