func TestCreateGetParameterValues(t *testing.T) {
	resp := new(messages.GetParameterValues)
	var names []string
	names = append(names, "InternetGatewayDevice.DeviceInfo.Manufacturer", "InternetGatewayDevice.DeviceInfo.ProvisioningCode")
	resp.ParameterNames = names
	fmt.Println(string(resp.CreateXML()))
}