Steps to reproduce: 1. Create a test project with some coded step which uses an element from the Pages.cs file and run the test. 2. Remove the Pages.cs file. 3. Copy and paste the coded step into the same test and run it via ArtOfTest.Runner. Expected: A new Pages.cs file is generated and the test runs smoothly. Actual: An empty Pages.cs file is generated and a compile error is thrown.