public void Warn(string s)
 {
     _context.LogTraceWarn(s);
 }