/**
  * Constructor.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->extension = '.yaml';
 }