public static RestManager GetInstance() { if (instance == null) { instance = new RestManager(); } return instance; }
public static RestManager GetInstance() { if (instance == null) { instance = new RestManager(); } return(instance); }