Автор: Elliot Levin (elliot@aanet.com.au)
Наследование: extends Storm\Core\Object\IRelationshipProperty
 public function __construct(Object\IEntityProperty $EntityProperty, Relational\IToOneRelation $ToOneRelation)
 {
     if ($EntityProperty->IsOptional()) {
         throw MappingException::OptionalEntityInLazyContext($ToOneRelation);
     }
     parent::__construct($EntityProperty, $ToOneRelation);
 }