IRegistryCoordination IRegistryCoordination.Clear()
 {
     Registry = new NullRegistryController();
     return(this);
 }
 public CommandLineConfiguration()
 {
     Registry = new NullRegistryController();
     Launcher = new NullLauncher();
     Sherlock = new NullSearcher();
 }