Exemplo n.º 1
0
        public async Task CompanyProfile()
        {
            var stats = await _client.GetCompanyProfile("VIOT");

            _helper.WriteLine("Country " + stats.Success.Country);
        }