public EventLogLogger(EventLog log)
 {
     Log = log.ThrowIfNull("log");
 }