static synchronized RetrofitDispatcher getInstance() {
        if (mInstance == null) {
            if(ExecutionMode.getInstance().isTest()) {
                mInstance = FakeRetrofitClient.getInstance();
            }