private async void Delete()
 {
     await _interactionService.ShowConfirmationAsync(
         String.Format(Resources.DeletePasswordsTitle, Title),
         Resources.DeletePasswordsText,
         OnCloseDeleteDialog);
 }