Currently our installFooService methods all make an instance of the service. This was different originally, before we started to centrally install the services in their respective JS binary.
We should switch the registrations to be just that, so that we don't make instances until we have to.