public GrowthLightController(ILogger <GrowthLightController> logger, GrowthLightService growthLightService)
 {
     this._logger             = logger;
     this._growthLightService = growthLightService;
 }
 public ActuatorsController(ILogger <ActuatorsController> logger, GrowthLightService growthLightService)
 {
     this._logger             = logger;
     this._growthLightService = growthLightService;
 }