public Task <Rental> UpdateRental([FromBody] Rental rental) { return(_rentalManager.UpdateRental(rental)); }