Future<int> totalSupply(String contractId, String assetId) { return _tokenContract.totalSupply(contractId, assetId); }