public override BinarySearchResult <TMath> BinarySearch(TMath position)
 {
     return(_data.BinarySearchKeys(position));
 }