Future<String> volume(int volume) { final data = XmlText.volumeXml(volume); return request('SetVolume', Utf8Encoder().convert(data)); }