public virtual double GetDouble(int i)
 {
     return(_mappingSchema.ConvertToDouble(_values[i]));
 }