public PhotterContext(LaunchConfig launchConfig) { _launchConfig = launchConfig; }
protected ConsoleRunnable(LaunchConfig configuration) { Configuration = configuration; Root = ProvideInternalRootCommand(); }