I would like to be able to unit test the ZIPCode Info Repository with very simple unit tests. I'm wondering how I can do this? I could just inject a DbContext that uses a mock database (e.g. RouteMiningTestDB)....However, is there any way I can do this i...