/// <summary>
 /// Static constructor for the Current property - guarantees this
 /// code fires exactly once giving us a singleton instance
 /// of the configuration object.
 /// </summary>
 static DbResourceConfiguration()
 {
     Current = new DbResourceConfiguration(true);
 }
 /// <summary>
 /// Static constructor for the Current property - guarantees this
 /// code fires exactly once giving us a singleton instance
 /// of the configuration object.
 /// </summary>
 static DbResourceConfiguration()
 {
     Current = new DbResourceConfiguration(true);
 }