public void run_do_with_argument_and_service() { var service = new RecordingService(); Services.Add(service); execute(@" Name: Do => DoActions * CallService#1: number=13.2 "); Step("1").StatusWas(ResultStatus.ok); service.Number.ShouldBe(13.2); }