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