private void Copy(string copyText, string alertLabel)
 {
     _clipboardService.CopyToClipboard(copyText);
     UserDialogs.Toast(string.Format(AppResources.ValueHasBeenCopied, alertLabel));
 }