I'm trying to create a generic testclass to test my generic controllers. Everything is working fine except this:
I have a method like this: ...private T GetSingle(Expression<Func<T, bool>> expression)
...I'm trying to setup the test like so:...var Guids =...