/**
  * cunstruct to setup project name
  */
 public function __construct()
 {
     parent::__construct(Configure::read('CakePostman.collections.path'));
     $this->projectName = rawurlencode(Configure::read('CakePostman.collections.fileNameIdentifer'));
 }
 /**
  * cunstruct to setup project name
  */
 public function __construct()
 {
     parent::__construct(Configure::read('CakePostman.environments.path'));
 }