public IActionResult AddSensorToApartment(SensorModel sensorModel) { return(Created("", _sensorService.AddSensorToApartment(sensorModel))); }