private async Task <object> GetActiveTopics() { var topics = await topicsManager.GetTopics(); return(Response.AsJson(topics)); }