/**
  * @return mixed
  */
 public function all()
 {
     $handles = $this->client->Subscription_GetAll()->Subscription_GetAllResult;
     return $this->getArrayFromHandles($handles);
 }