Top 20 NuGet Packages depending on Jabuticaba.Documentos
Total dependencies: 1
```CSharp
public async Task TestRequestForValidCpfInAzureTableCache()
{
//Substitua pelo cpf que deseja pesquisar
string _cpfSample = "45317828791";
var http = new HttpClient();
var option = new CpfCnpjHttpClient.Settings() { Toke...