/**
  * @return Schema
  */
 private function getSchema()
 {
     if (null === $this->schema) {
         $this->schema = $this->schemaFactory->createSchema();
     }
     return $this->schema;
 }