public override string Inspect() { var s = ExcludeEnd ? "." : ""; return($"{Begin.Inspect()}..{s}{End.Inspect()}"); }