public function __construct(tubepress_spi_options_ui_FieldProviderInterface $delegate, array $fields)
 {
     $this->_delegate = $delegate;
     $this->_id = $delegate->getId() . '-wrapped-' . mt_rand();
     $this->_fields = $fields;
 }