Future<String> seek(String sk) { final data = XmlText.seekToXml(sk); return request('Seek', Utf8Encoder().convert(data)); }