I am implementing a repository pattern on MySql in a Web API project. I am trying to determine how to best implement the Update() method in a testable way. I am currently havi