public LoggerContextHelper Set(object key, object value)
 {
     logger.SetContextInfo(key, value);
     return(this);
 }