Future<String> next() { final data = XmlText.nextXml(); return request('Next', Utf8Encoder().convert(data)); }