public List<Person> findFriends(String username, String field, FilterOperation operation, String value) {
throw new NotSupportedException(); }
@Override
public List<Person> findByGroup(String groupId, String field, FilterOperation operation, String value) {
throw new NotSupportedException();
}