I have a class that contains a List. I want to instaniate the list based on a type passed as an argument in the class constructor. I can't see to get this to work. Is this possible? Thanks