static void LogError(string msg) => MLLog.Error(kLogTag, $"{msg}");
static void LogError(string msg) { MLLog.Error(kLogTag, msg); }