public static GraphTraversal <Vertex, Vertex> Gods(this GraphTraversal <Vertex, Vertex> t)
 {
     return(t.HasLabel("god"));
 }