public AlexaSetPowerStateController(IPremiseObject endpoint) : base(endpoint) { PropertyHelpers = new AlexaPower(); }
public AlexaSetPowerStateController() { PropertyHelpers = new AlexaPower(); }
public AlexaSetPowerStateController(AlexaSetPowerStateControllerRequest request) : base(request) { PropertyHelpers = new AlexaPower(); }