Future<String> stop() { final data = XmlText.stopActionXml(); return request('Stop', Utf8Encoder().convert(data)); }