async Task CreateTopics() { foreach (var topicConfig in Configuration.TopicConfigurations) { await _topicCreator.Create(topicConfig); } }