async Task IBikeApplicationService.AddBikeAsync(Entities.Bike.Bike bike)
 {
     await _bikeRepository.AddAsync(bike);
 }