public SmartException(Exception e) : base()
 {
     ImportanceLevel = ExceptionImportanceLevel.MEDIUM;
     EmailSender.SendEmail("Smart Exception - " + ImportanceString + " Level", e.Message + "\r\n" + e.StackTrace);
 }