public Task <bool> IsPoolActiveQueryAsync(string returnValue1, BlockParameter blockParameter = null)
        {
            var isPoolActiveFunction = new IsPoolActiveFunction();

            isPoolActiveFunction.ReturnValue1 = returnValue1;

            return(ContractHandler.QueryAsync <IsPoolActiveFunction, bool>(isPoolActiveFunction, blockParameter));
        }
 public Task <bool> IsPoolActiveQueryAsync(IsPoolActiveFunction isPoolActiveFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <IsPoolActiveFunction, bool>(isPoolActiveFunction, blockParameter));
 }