namespace ConsoleApp2.Options; public record DatabaseOptions(string Host, uint Port, string Database, string User, string Password);