Don't get me wrong, I do really like ReactiveUI, its just that when you use it in combination with Warnings as Errors, then it becomes a little problematic. Hence we can use the following to suppress the compilers inablity to track the updates via reflection to backing field.
#pragma warning disable 0649
private string _Name;
#pragma warning restore 0649