/**
  * {@inheritdoc}
  */
 public function preSaveRevision(EntityStorageInterface $storage, \stdClass $record)
 {
     $this->subject->preSaveRevision($storage, $record);
 }