Please use code tags for your code example.
Do you know how inheritance in C# works? You can derive from a base class, and introduce only the changes you want to belong to that subclass, while the base class handles the common properties. All subclasses will belong to a same type, so that some common receptacle would accept them.