// 注册用户 public void OnRegisterUser(string userId, string groupPath) { RegisterUser?.Invoke(userId, groupPath); }