protected void RemoveValidateProperty(ObservableModel otherModel) => ValidateProperty -= otherModel.ValidateProperty;
protected void SetValidateProperty(ObservableModel otherModel) => ValidateProperty = otherModel.ValidateProperty;
protected void AddValidateProperty(ObservableModel otherModel) => ValidateProperty += otherModel.ValidateProperty;