public bool Create(string topicName, TopicDefinition topicDefinition) { return Create(topicName, topicDefinition.ToString(), false); }
public bool Update(string topicName, TopicDefinition topicDefinition) { return Update(topicName, topicDefinition.ToString()); }