Allow a Policy to be scoped for a single unit test. Presently a Policy will affect all models created by the ModelFactory. Setting a User by the Singleton Policy will cause that User to be injected for all Unit Tests that use that ModelFactory. Should be able to set the scope of the Singleton Policy to only affect the present Unit Test.