예제 #1
0
        public async Task ListASync()
        {
            var friends = await _friendsService.ListASync();

            Assert.IsNotNull(friends);
        }