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