public bool AvoidRecursive(SelfishPerson selfishPerson) { return ModelState.IsValid; }
public bool AvoidRecursive(SelfishPerson selfishPerson) { return(ModelState.IsValid); }
public object AvoidRecursive(SelfishPerson selfishPerson) { return(new SerializableModelStateDictionary(ModelState)); }