public function __construct($ThirdPartySlotActionType = NULL)
 {
     if (get_parent_class('ArchiveThirdPartySlots')) {
         parent::__construct();
     }
     $this->ThirdPartySlotActionType = $ThirdPartySlotActionType;
 }
 public function __construct($ThirdPartySlotActionType = NULL)
 {
     parent::__construct();
     $this->ThirdPartySlotActionType = $ThirdPartySlotActionType;
 }