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

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