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