public function __construct($fqdn, OAuthToken $token)
 {
     parent::__construct($fqdn, $token);
 }
 /**
  * Creates a MMSService object that can be used to interact with
  * the MMS API.
  *
  * @param string     $FQDN  fully qualified domain name to which requests 
  *                          will be sent
  * @param OAuthToken $token OAuth token used for authorization 
  */
 public function __construct($FQDN, OAuthToken $token)
 {
     parent::__construct($FQDN, $token);
 }