public void GetNewTopics()
        {
            var response = _api.GetNewTopics("ChaoticLoki");

            Assert.IsNotNull(response);
        }