private void testGetType(ValueFactory vf, XType type) { Assert.AreSame(type, vf.GetType(type.Id)); Assert.AreSame(type, vf.GetType(type.Name)); }