public void GetHashCode_IsNotEqual_ForUnequalVertices(VertexPositionColourTexture other)
 {
     vertex.GetHashCode().ShouldNotBe(other.GetHashCode());
 }