public function __construct($name, $cost, DiscountStrategy $discount = null, ContentStrategy $content = null, $period = self::PERIOD_MONTH)
 {
     parent::__construct($name, $cost, $discount, $content);
     $this->period = $period;
 }