Constructor DI/IoC all the things!
- BREAKING CHANGE: Constructors have been refactored to accept only one main argument type. Makes it easier to discover the api.
- Can now test to see how many times the expected endpoint was 'hit' with a new
NumberOfTimesCalled
property on theHttpMessageOptions
class.