/// <summary>
 /// Get the specified range from the wrapped collection.
 /// (The current implementation erroneously does not wrap the result.)
 /// </summary>
 /// <param name="bot"></param>
 /// <returns></returns>
 public new IDirectedCollectionValue <T> RangeFrom(T bot)
 {
     return(indexedsorted.RangeFrom(bot));
 }