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