private void LogException(Exception ex)
 {
     _traceListener.WriteError(ex);
 }