public Weather2020Controller() : base()
 {
     weather2020APIEndpoint = new Weather2020APIEndpoint();
 }
 public Weather2020Controller() : base()
 {
     this.weather2020APIEndpoint = new Weather2020APIEndpoint();
     this.accuWeatherAPIEndpoint = new AccuWeatherAPIEndpoint();
 }