public void SetUp() { random = new DynamicMock(typeof(WeatherRandom)); weather = new Weather((WeatherRandom)random.MockInstance); }