public async Task RefreshState() { _state = await _hub.GetDeviceState(this); }
public void RefreshState() { _state = _hub.GetDeviceState(this); }