I have a lot of unit tests that pretty much tests the same behavior. However, data type changes.
I am trying to create a generic method that can take any data type.
try to use dynamic keyword, this will work provided that all of your different types have the same methods that are used by your unit tests, otherwise you will get a run-time exception