.Then<WriteLine>(x=>x.TextExpression=newJavaScriptExpression<string>("`${name.output.text}, that's a great name! Now, what's your age?`"))
.Then<ReadLine>(id:"age")
.Then<WriteLine>(x=>x.TextExpression=newJavaScriptExpression<string>("`I see! So you were born in ${getDateOfBirth(parseInt(age.output.text))}. What a year to be alive!`"));