public async void Execute(object dest)
 {
     await _viewModel.DeleteSelectedDestination(dest.GetHashCode());
 }