Exemplo n.º 1
0
        public void GetNewTopics()
        {
            var response = _api.GetNewTopics("ChaoticLoki");

            Assert.IsNotNull(response);
        }