public override ExecutionResult Run(IStepExecutionContext context) { _myService.DoTheThings(); return(ExecutionResult.Next()); }