public static void SwitchTraceToNormal()
 {
     trace = defaultTrace;
 }
 public static void SwitchTraceToReflect()
 {
     trace = relectTrace;
 }