public static Authentication getInstance(){

        if (auth == null) {
            if(ExecutionMode.getInstance().isTest()){
                auth = FakeAuthentication.getInstance();