public static SessionManager Instance() { if (mInstance == null) { mInstance = new SessionManager(); } return mInstance; }