namespace BuildingBlocks.EFCore; public class PostgresOptions { public string ConnectionString { get; set; } }