i've been reading the guide, and it talks about "Validation with ViewModel", but all the validation examples shown are done on the View. Is it possible to add validation rules in the ViewModel itself, when it doesn't need to know anything about the View? (ie: "this int property should be in this range")