private function getWrappedStream() : StreamInterface
 {
     if (null !== $this->wrappedStream) {
         return $this->wrappedStream;
     }
     return $this->wrappedStream = $this->connection->getAsset($this->assetUri);
 }