public HealthV1Controller(IHealthStore store, IRepresenter <Health, Health.Version1> representer) : base(store, representer)
 {
 }
 public ISource CreateSource(IEventCollector collector, IHealthStore healthStore)
 {
     return(new ServiceFabricSource(collector, this.sourceName, this.stateManager,
                                    this.partitionId, this.messageConverter));
 }