Consider the following Typescript code:
class OrderFixture { orderId: string; constructor() { this.orderId = "foo"; } } class DecisionFi