public DarkSkyController() : base()
 {
     this.darkSkyAPIEndpoint     = new DarkSkyAPIEndpoint();
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }
 public DarkSkyController() : base()
 {
     this.darkSkyAPIEndpoint = new DarkSkyAPIEndpoint();
 }