public IActionResult GetOwnerAssociatedWithRentalById(int rentalId, int ownerId) { return(Ok(_ownerService.GetOwnerByRentalId(rentalId, ownerId))); }