public IFdbTuple this[int?fromIncluded, int?toExcluded]
 {
     get { return(FdbTuple.Splice(this, fromIncluded, toExcluded)); }
 }