I mock the DB layer for my integration tests.
I have a factory and two methods CreateConnection(myclass) and CreateConnection(string), the f
CreateConnection(myclass)
CreateConnection(string)