public static bool IsDetail()
 {
     return(DebugMode.HasEnum(DebugMode.Detail));
 }