internal static void Show(Exception _exception)
        {
            var dialog
                = new ExceptionViewerStackTraceWithHyperlinks(_exception);

            dialog.ShowDialog();
        }