public async void Login() { bool result = await FirebaseAuth.Login(User); if (result) { Authenticated?.Invoke(this, new EventArgs()); } }