private void LogException(Exception e) {
     WebServiceErrorEvent errorevent = new WebServiceErrorEvent(AtlasWeb.UnhandledExceptionEventLogMessage, this, e);
     errorevent.Raise();
 }