private void SaveSimpleLogEntry(SimpleLogEntry logEntry)
 {
 }
 void ILogEntryVisitor.Visit(SimpleLogEntry simpleLogEntry)
 {
     SaveSimpleLogEntry(simpleLogEntry);
 }