private IStoryHandler BuildInPlaceRunner(IAmbiguousMatchResolver resolver)
 {
     IScenarioPreprocessor preprocessor = new ScenarioPreprocessor();
     var sameDomainHandlerFactory = new SameDomainHandlerFactory(new AssemblyGenerator(), _assemblyRegistry,new Filesystem());
     return new InPlaceCompilingStoryRunner(sameDomainHandlerFactory, preprocessor, new IncludeAllFilter(), _sessionContext, _eventBus);
 }
 private IStoryHandler BuildInPlaceRunner(IAmbiguousMatchResolver resolver)
 {
     var sameDomainHandlerFactory = new SameDomainHandlerFactory(new AssemblyGenerator(), _assemblyRegistry,new Filesystem());
     return new InPlaceCompilingStoryRunner(sameDomainHandlerFactory, new IncludeAllFilter(),  _eventBus);
 }