protected override object GetValue(RedisResult result)
 {
     return(result.Parse(inferStrings));
 }