```ts TestBootstrapper.setupLoggerSpies(service, TESTING_CLASS.name); ``` Need to change all tests that use `logger['X']` directly to use the spies template.
Need to change all tests that use
logger['X']directly to use the spies template.