public static void LogStop(Exception ex, string msg) { LogUtility.WriteError(ex.Message, ex); throw new Exception($"Err:{msg}"); }