namespace InkForge.Desktop.Data.Options; public class LocalWorkspaceOptions { public string DbPath { get; set; } = default!; }