/**
  * Constructor
  *
  * @param ConfigInterface $config
  */
 public function __construct(ConfigInterface $config = null)
 {
     if ($config) {
         $config->configureServiceManager($this);
     }
 }