public TestFactory Build() { return(new TestFactory(loader, option ?? new TestGeneratorOption(DefaultOption), config.ToEngine())); }
public ExecuteEngine Create() => config.ToEngine();