public InjectableStepsFactory stepsFactory() {
MyContext context = new MyContext();
return new InstanceStepsFactory(configuration(), new TraderSteps(new TradingService()), new AndSteps(),
new MetaParametrisationSteps(), new CalendarSteps(), new PriorityMatchingSteps(), new PendingSteps(),
new SandpitSteps(), new SearchSteps(), new BeforeAfterSteps(), new CompositeSteps(),
new NamedParametersSteps(), new ExamplesTableParametersSteps(), new TableSteps(), new ContextSteps(context));
}