public Task <bool> TestCentreOwnersQueryAsync(byte[] returnValue1, string returnValue2, BlockParameter blockParameter = null)
        {
            var testCentreOwnersFunction = new TestCentreOwnersFunction();

            testCentreOwnersFunction.ReturnValue1 = returnValue1;
            testCentreOwnersFunction.ReturnValue2 = returnValue2;

            return(ContractHandler.QueryAsync <TestCentreOwnersFunction, bool>(testCentreOwnersFunction, blockParameter));
        }
 public Task <bool> TestCentreOwnersQueryAsync(TestCentreOwnersFunction testCentreOwnersFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <TestCentreOwnersFunction, bool>(testCentreOwnersFunction, blockParameter));
 }