using LibMatrix.EventTypes.Events; namespace LibMatrix.EventTypes.temp; // public class Temp { // public MatrixEventCollection Members = [ // new MatrixEvent() { // Content = new() { // Membership = "join" // } // } // ]; // // public void a() { // // } // }