public function __construct($CreativeWrapperActionType = NULL)
 {
     parent::__construct();
     $this->CreativeWrapperActionType = $CreativeWrapperActionType;
 }
 public function __construct()
 {
     parent::__construct();
 }