public void CanCreate(Type type, bool expected) =>
 Assert.AreEqual(expected, SpatialProxyFactory.CanCreate(type));