WHAT Modify the current unit tests which depend on other services to mock these services. The handlers will definitely need this. Services may also need to mock the repository. WHY We want our unit tests to be able to run independently of any database running. HOW Generate mocks using [https://github.com/matryer/moq|matryer/moq] |