I have an abstract base class defined like this:
public abstract class BaseItem: INotifyPropertyChanged, ICloneable { // Various Properties... public