public async Task <TopicOutput> Change(int id, string name)
 {
     return(await _topicApplicationService.ChangeAsync(id, name));
 }