I just had a WhenAny observable on a POCO's undecorated `bool Value {get; set;}` property actually fire even though the class didn't implement any INotifyProperty stuff or other inheritance for property changes.
I mean sure it worked... but it shouldn't have!
Makes me wonder if they are thinking of backing in INotify to POCO and if so, did this "sneak" out