public SubtitlesService(SubtitlesServiceResponseParser responseParser, WebChannelFactory <ITvSeries> channelFactory)
 {
     this.responseParser = responseParser;
     this.channelFactory = channelFactory;
 }
 public SubtitlesService(SubtitlesServiceResponseParser responseParser, WebChannelFactory<ITvSeries> channelFactory)
 {
     this.responseParser = responseParser;
      this.channelFactory = channelFactory;
 }