public MapBasedNavigator (IMutableRelation nextRelation) 
   : this(nextRelation, nextRelation.Reverse())
 {
 }