Exemplo n.º 1
0
        public async Task MarkStoryAsRead()
        {
            List <String> hashes = new List <string>();

            hashes.Add("19354:57abe7");

            var response = await _subject.MarkStoriesReadAsync(hashes);

            Assert.NotNull(response);
        }