protected override KeyValuePair <string, double>[] GetValue(RedisResult result)
 {
     return(result.ExtractStringDoublePairs());
 }