public MainViewModel(IWeatherForecastModel weatherFModel) { wfModel = weatherFModel; }
public WeatherClient(IWeatherForecastModel weatherForecastModel) { WeatherForecastModel = weatherForecastModel; }