public void Start(string topic, [FromBody] TopicSetting topicSetting) { dispatcherService.AddTopic(topic, topicSetting); }