namespace ReC.Infrastructure.Options.Shared; public record TableOptions(string Name, string? Schema = null);