public void FluentWithCtorConfiguration_Generic_LocateKey_Null(FluentWithCtorConfiguration <int> configuration)
 {
     Assert.Throws <ArgumentNullException>(() => configuration.LocateWithKey(null));
 }