protected virtual async void criarContaClicked(object sender, EventArgs e) { await LoginUtils.criarUsuario(() => { executarLogin(); }); }