public StoresService(IBootcampService bootcampService)
 {
     _bootcampService = bootcampService;
 }
 public AuthenticationService(IBootcampService bootcampService)
 {
     _bootcampService = bootcampService;
 }
 public PromotionsService(IBootcampService bootcampService)
 {
     _bootcampService = bootcampService;
 }