public async Task CreateTopic(string topicName)
 {
     await _managementClient.CreateTopic(topicName);
 }