public LineItemRepository(SqlServerConnection sqlServerConnection) { _conn = sqlServerConnection.Database(ConnectionStrings.SqlServer); }