public Task SendPetitionSignatureResponse(string legalId, byte[] content, byte[] signature, string petitionId, string requestorFullJid, bool response)
 {
     AssertContractsIsAvailable();
     return(contractsClient.PetitionSignatureResponseAsync(legalId, content, signature, petitionId, requestorFullJid, response));
 }