public void Should_not_derive_from_INotifyPropertyChanged()
 {
     _result.ShouldNotBeOfType <INotifyPropertyChanged>();
 }