@override Future<Response> printFiscalReceipt(Receipt receipt) { final xmlDoc = _convertReceiptToXmlDoc(receipt); return send(xmlDoc); }