I have created a database using Postgres SQL and I want to interact with this database using the Npgsql ADO.Net provider library. All of my Postgres tables and columns have lowercase naming, but, I want my C# POCOS to have uppercase naming. I have created a database using Postgres SQL an