public function __construct()
 {
     parent::__construct();
     $this->request = \Controller::curr()->getRequest();
 }
 public function __construct($level = self::LevelFromEnv, $source = '')
 {
     parent::__construct();
     $this->init($level, $source);
 }