public IDbConnection GetDbConnection()
 {
     return(new NpgsqlConnection(_connectionStringProvider.GetConnectionStringName()));
 }