This is the Master Issue is to help us track and drive to closure on finishing the v2 Application and ConsoleDriver architecture and removing the legacy scaffolding.
Context
PR #4335 successfully modernized the test infrastructure to use ApplicationImpl.Coordinator?.RunIteration() instead of the legacy MainLoop architecture. However, several legacy v1 components remain in the codebase for backward compatibility with FakeDriver. Now that FakeDriver has been updated to use the modern architecture in tests, these legacy components can be removed.
Related