public function fetchProfile($mail) { return $this->_client->get($this-> getProfileUrl($mail) . '.json') ->getBody(); }