public void UpdateLog(string logStr) { Logs?.AppendLine(logStr); ChangeLog?.Invoke(Logs.ToString()); }