private void AppendLineToConsole(string line) { Console.AppendLine(line); OnPropertyChanged("Console"); }