I need to write integration tests for my layer that exposes methods of service. But I need my database to be in a certain state for the tests to pass...For example for testing the GetStoreByID method, I need to have store 1 in my database but not store 2 ...