public SyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher) : base(parentDispatcher) { }
protected Dispatcher(ConsoleDispatcher parentDispatcher) { WpfConsole = parentDispatcher.WpfConsole; }