public ActionResult <Scooter> GetScooterById(int scooterId) { return(Ok(_scooterRepository.GetScooterById(scooterId))); }