namespace BLAIzor.Models
{
public class LayoutPlan
public string Title { get; set; }
public List<LayoutBlock> Blocks { get; set; } = new();
}