/**
  * {@inheritdoc}
  */
 public function create()
 {
     $log = $this->client->create(TreeLog::fromNode(new Container()));
     return $this->from($log);
 }