private async void btn_Create_ClickAsync(object sender, EventArgs e) { await _Firebase.CreateUser(new User(txt_Email.Text, txt_Password.Text)); }