public void GetCategoryTopics()
        {
            var response = _api.GetCategoryTopics(2);

            Assert.IsNotNull(response);
        }