If I’m calling an `AccountProvider` class to get a...
# random
c
If I’m calling an
AccountProvider
class to get an account, all I want to give you is the
id
of the account, I certainly don’t want to have to explicitly give you a
logger
just because that class logs stuff.
1