public void Fatal(FormatMessageCallback formatter, string caller = null)
 {
     throw new NotImplementedException();
 }
 public void Error(FormatMessageCallback formatter, Exception exception, string caller = null)
 {
     throw new NotImplementedException();
 }