historyPanel.setVisible(false);
}
private void showAuth(
AuthManager authManager, ApiService service, ApiMethod method, AnalyticsManager analytics) {
AuthView auth = new AuthView(authManager, service, analytics);
auth.getPresenter().setStateForMethod(method);
authViewPlaceholder.add(auth);
}