Future<String> getMute() { final data = XmlText.muteStateXml(); return request('GetMute', Utf8Encoder().convert(data)); }