The other day I was working with some generic lists of some custom classes. All of these classes inherited from a common base class. I wanted to write a method where I could pass any of my generic lists to this method and iterate over the list and execute...