namespace SimApi.Communications; /// /// 登录信息中间件 /// public record SimApiLoginItem(string Id, string[] Type);