protected static function _create($params = null)
 {
     self::_validateParams($params);
     $url = static::classUrl();
     list($response) = static::_staticRequest('post', $url, $params);
     return Util\Util::convertToDeviceToolObject($response);
 }