private async void SetLightStatus(string lightKey, string json) { await HttpRestHelper.Put(Urls.GetLampUrl(lightKey), json); }