public static ISystemBuilder UseFileConfiguration(this ISystemBuilder builder, string filePath) { return(builder.UseFileConfiguration(filePath, new PropertiesConfigurationFormatter())); }