Future<String> previous() { final data = XmlText.previousXml(); return request('Previous', Utf8Encoder().convert(data)); }