public static ChatServerResourceManager GetInstance() { if (_instance == null) { _instance = new ChatServerResourceManager(); } return(_instance); }