public Task <Contract> DeleteContract(string contractId) { AssertContractsIsAvailable(); return(contractsClient.DeleteContractAsync(contractId)); }