/**
  * Get the form's stream.
  *
  * @return StreamInterface|null
  */
 public function getFormStream()
 {
     return $this->form->getStream();
 }