namespace XFEToolBox.Server.Core.Options; public sealed class ToolPackageStorageOptions { public required string StorageRoot { get; init; } }