### Describe the bug When iterating over an array using `#each`, the value of `Configuration.NoEscape` reverts to `false`. ### Expected behavior: `Configuration.NoEscape` remains `true` when set to `true`. ### Test to reproduce See PR [180](https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/pull/180) in my repo.