private static void InnerDisplayNonFatalError(string message, string title)
 {
     EventDispatch.SendEventNotification(EventNames.ShowMessageBox, message, title, MessageBoxIcon.Error);
 }