public Task <bool> VerifyCertificateTestCentreSignerQueryAsync(ImmunityCertificate immunityCertificate, BlockParameter blockParameter = null)
        {
            var verifyCertificateTestCentreSignerFunction = new VerifyCertificateTestCentreSignerFunction();

            verifyCertificateTestCentreSignerFunction.ImmunityCertificate = immunityCertificate;

            return(ContractHandler.QueryAsync <VerifyCertificateTestCentreSignerFunction, bool>(verifyCertificateTestCentreSignerFunction, blockParameter));
        }
 public Task <bool> VerifyCertificateTestCentreSignerQueryAsync(VerifyCertificateTestCentreSignerFunction verifyCertificateTestCentreSignerFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <VerifyCertificateTestCentreSignerFunction, bool>(verifyCertificateTestCentreSignerFunction, blockParameter));
 }