Future<String> position() { final data = XmlText.getPositionXml(); return request('GetPositionInfo', Utf8Encoder().convert(data)); }