At the moment for all of my dependency injected se...
# announcements
z
At the moment for all of my dependency injected services I am having to create an interface that matches the surface area of the service so that I can mock it in testing. This is a lot of redundant boiler plate.