public bool Contains <T>(T item)
 {
     return(_persister.Contains(_profileId, _key, item));
 }