public void Delete(DeleteTopicInput input)
 {
     _topicManager.Delete(input.Id);
 }