public void Write(SummaryDocType entry)
 {
     File.AppendAllText(reportFilePath, entry.ToString());
 }