private async void OnClearClipboard()
 {
     IClipboardService cService = new ClipboardService();
     await cService.ClearText();
 }