protected override void Awake()
 {
     _chatInputManager = ChatInputManager.Instance;
     base.Awake();
 }
 void Start()
 {
     _userController = global::UserController.Instance;
     _chatInputManager = global::ChatInputManager.Instance;
 }
 public static void Reset()
 {
     _instance = null;
 }