public static void AssertList(this ITypeProperty typeProperty, string expectedName, Type expectedListType)
 {
     typeProperty.AssertList(expectedName, TypeReference.Create(expectedListType));
 }