Exemplo n.º 1
0
        public async Task TestDataReadContacts()
        {
            var(result, status) = await _zipato.DataReadContactsAsync();

            Assert.Equal(DataValue.Good, status);
            Assert.NotEmpty(result);
        }