private async void UpdateSteamId() { SteamId = SteamIdHelper.Instance.Value; SteamProfileName = await SteamIdHelper.GetSteamName(SteamId); }