public void LogError(Exception exception)
 {
     _logNetMaster.LogException(exception);
 }
 public void Log(string message)
 {
     _logNetMaster.LogException(new Exception(message));
 }