$found = $c->organizationService()->searchOrganization('org');
foreach ($found as $result)
    printf('<br>Organization Found: %s', $result->id);