public static string Build(CrashReport crashReport) => @$ " <html>
public static void BuildAndShow(CrashReport crashReport) { using var form = new HtmlCrashReportForm(crashReport); form.ShowDialog(); }