I have a service constructor:
public MyService(Foo foo, Bar bar, Baz baz)
All these dependencies are handled automatically for my unit tests