pub fn find_path<'a>( graph: &'a DiGraphMap<&'a str, &'a RelationshipType>, start: &'a str, end: &'a str, ) -> Option<(i32, Vec<&'a str>)>