private static void OnOnLockingConfiguration(object sender, DbConfigurationEventArgs dbConfigurationEventArgs)
 {
     throw new NotImplementedException();
 }
 private static void OnOnLockingConfiguration(object sender, DbConfigurationEventArgs dbConfigurationEventArgs)
 {
     throw new NotImplementedException();
 }
 private void Handler3(object sender, DbConfigurationEventArgs args)
 {
     Assert.Same(_configuration.Object.Owner, sender);
     Assert.Same(_snapshot, args.ResolverSnapshot);
     Handler3Called++;
 }