private function _mapById($tree)
 {
     $req = new DownlineMapByIdRequest();
     $req->setDataToMap($tree);
     $req->setAsId(Compress::ATTR_CUSTOMER_ID);
     $resp = $this->_callDownlineMap->byId($req);
     return $resp->getMapped();
 }