public async Task <ActionResult <bool> > AlertLightAsync(long id) { return(await _hueConnector.AlertLightAsync(id)); }