``` [StepTitle("Do something with {0} value")] public void Step(string value) { } ``` Will result in a step title of `Do something with foo value foo`
Activity