public Topic( Facade.Topic topic, RestClient restClient) : base((string)topic.Id) { this.topic = topic; this.restClient = restClient; }
public SubscriptionToFeed(Facade.Topic topic, RestClient restClient, TimeSpan interval, IScheduler scheduler = null) : base(topic, restClient, interval, scheduler) { }