public async Task <Bike> GetBikeByIdAsync(int bikeId) => await _bikeRepository.GetByIdAsync(bikeId);