public XWeatherVM(XWeather weather) { _weather = weather; }
public XWeatherVM() { _weather = new XWeather(); }