public WeatherStationApplication(IWeatherStationDomain weatherStationDomain, ICountiesDomain countiesDomain, IDistrictDomain districtDomain, IGeocodingDomain geocodingDomain, ILocationDomain locationDomain, IWeatherHistoryDomain weatherHistoryDomain, INodeDomain nodeDomain)
 {
     _weatherStationDomain = weatherStationDomain;
     _countiesDomain       = countiesDomain;
     _districtDomain       = districtDomain;
     _geocodingDomain      = geocodingDomain;
     _locationDomain       = locationDomain;
     _weatherHistoryDomain = weatherHistoryDomain;
     _nodeDomain           = nodeDomain;
 }