/**
  * Creates a new instance of Environment.
  */
 public function __construct(IPieCrust $pieCrust)
 {
     parent::__construct($pieCrust);
 }
 /**
  * Creates a new instance of `CachedEnvironment`.
  */
 public function __construct()
 {
     parent::__construct();
 }