public BasicWhetherInfo(WhetherConditions condition, double temperature)
 {
     this._condition = condition;
     this._temperature = temperature;
 }
 public BasicWhetherInfo(WhetherConditions condition, double temperature)
 {
     this._condition   = condition;
     this._temperature = temperature;
 }