public void FindVertexForFeetShouldSucceed() { Unit vertex = _graph.FindVertex(US.Length.Foot); vertex.Should().NotBeNull(); }