public static string FormatForReport(this SessionReport report)
 {
     return(new ReportSessionReportFormatter(report).ToString());
 }
 public ReportSessionReportFormatter(SessionReport report)
 {
     Report = report;
 }