public bool Post([FromBody] Temperature temperature) { return(_temperatureRepository.InsertTemperature(temperature)); }