public RoomPreviewParagraphStateSelectEventArgs(int id, string text, int state, int paragraphState, int room, RoomPreviewNounEventArgs[] nouns)
     : base(id, text, state, paragraphState, room, nouns)
 {
 }
 public RoomPreviewParagraphStateEventArgs(int id, string text, int state, int paragraphState, int room, RoomPreviewNounEventArgs[] nouns)
 {
     Id = id;
     Text = text;
     State = state;
     Paragraph = paragraphState;
     Room = room;
     Nouns = nouns;
 }