I have the following classes.
abstract class PropertyBase{} class FirstPropertyType : PropertyBase{} class SecondPropertyType : PropertyBase{} abstract class Gen