namespace Model; public record TacticStep(int Id, int? Parent, IEnumerable Children, string Content);