public static string GetHtmlForLetter(string userName, string instanceName, string link) => GenerateWholeHtml.GenerateHtmlLetter(userName, instanceName, link);
 public static string GetHtml(InstanceAnomalyReportDto report) => GenerateWholeHtml.GenerateHtml(report);