@riverpod Future<GetNFTResponse> getNFT( GetNFTRef ref, String tokenId, String nftAddress) { return Ark().nft.get(nftAddress, tokenId); }