public string GetPersonChangesETag(int PersonID) { return(ProcessRequestETag(ETagGenerator.GetPersonChanges(PersonID))); }