private async void StartAuthHardshake() { _areWeTwitAuthed = false; this._auth = await TwitterInteract.GetAuth(); _areWeTwitAuthed = true; }