Future<dynamic> setPrimarySaleRecipient(String saleRecipient) async { return await _contract.send("setPrimarySaleRecipient", [saleRecipient]); }