protected function encodeRequest($data)
 {
     $encoder = new XmlrpcEncoder();
     return $encoder->encodeMulticall($data);
 }