public Task <bool> VerifyCertificateTestCentreQueryAsync(ImmunityCertificate immunityCertificate, BlockParameter blockParameter = null)
        {
            var verifyCertificateTestCentreFunction = new VerifyCertificateTestCentreFunction();

            verifyCertificateTestCentreFunction.ImmunityCertificate = immunityCertificate;

            return(ContractHandler.QueryAsync <VerifyCertificateTestCentreFunction, bool>(verifyCertificateTestCentreFunction, blockParameter));
        }
 public Task <bool> VerifyCertificateTestCentreQueryAsync(VerifyCertificateTestCentreFunction verifyCertificateTestCentreFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <VerifyCertificateTestCentreFunction, bool>(verifyCertificateTestCentreFunction, blockParameter));
 }