So that instead of writing: ``` new Section { Text = new TextObject("Some text") }, ``` you could write: ``` new Section { Text = "Some text" }, ```
So that instead of writing:
you could write: