public static IClaptrapBootstrapperBuilder UsePostgreSQL(
     this IClaptrapBootstrapperBuilder builder,
     Action <PostgreSQLProviderConfigurator> postgreSQL)
 {
     return(builder.UsePostgreSQL(x => true, postgreSQL));
 }