public void GetLatestTopicTest()
        {
            var response = _api.GetLatestTopics();

            Assert.IsNotNull(response);
        }