Why don't you just test the 3-parameter version of the function? You don't have to test everything. The point of testing is to give you confidence that the code works, not to achieve 100% nirvana.

Code:
var x = Entity.FindOne(MyTestInputObject.GetType(), "Id", testData.Id.ToString());
_________________________
-- roger