public void Subscribe(WeatherProvider provider)
 {
     _cancellation = provider.Subscribe(this);
 }