I am using the Dapper QueryMultipleAsync to split the result of a SQL query into a number of different objects. ...However I am having trouble finding a way to unit test the method that this call is in. I have been using Fake it Easy to fake out elements...