public Topic(DDETickerRouter owner, string serviceName, string topicName) { this.owner = owner; this.ServiceName = serviceName; this.TopicName = topicName; }