private void WriteLogExt(string msg)
 {
     LogExt?.Invoke(msg);
 }