getCurrentOperatorApiKeyId(); return $apiKey ? (new Data())->getList($apiKey) : []; } public function getPhoneDetails(): array { $apiKey = $this->getCurrentOperatorApiKeyId(); return $apiKey ? (new Data())->getPhoneDetails($apiKey) : []; } }