public function getRandomPressureValue()
 {
     return $this->faker->randomFloat(3, 105, 90);
 }