public void Update()
        {
            var temperature = _weatherStation.GetTemparature();

            Console.WriteLine("PhoneDisplay show new Temperature = {0}", temperature);
            // do other things with this temperature
        }