public function getStream($streamId) { $stream = Api::getStream($this->_transport, $streamId); return new Stream($this->_transport, $stream); }