You have been asked to improve some legacy code relating to a weather station.
The weather station accepts readings, and outputs some indicators such as temperature and pressure.
Refactor any appropriate methods of the WeatherStation
class using expression bodied members. Use ternary operations and switch expressions where appropriate to improve expressiveness and potentially reduce errors.
Ensure that all tests continue to pass.