Future<String> getVolume() { final data = XmlText.volumeStateXml(); return request('GetVolume', Utf8Encoder().convert(data)); }