private void OnDecryptionFailedMsg(DecryptionFailedMsg msg) { MessageBox.Show( "Something went wrong, please try again and start the application with admin access!", "Failed", MessageBoxButton.OK, MessageBoxImage.Error); }