/**
  * SubscriptionActions constructor.
  */
 public function __construct(Client $guzzle, Interest $interest)
 {
     parent::__construct($guzzle);
     $this->interest = $interest;
 }