codeintel: Remove lazy instantiation factories from internal stores/services
Created by: efritz
We have some internal services/stores that use the lazy instantiation pattern used by top-level services. This is not necessary as we only create a new one when creating the singleton services they are contained in.
Get rid of them!