protected ScanResult Wait(Task <ScanResult> pending) { return(redis.Wait(pending)); }
protected ScanResult Wait(Task <ScanResult> pending) => redis.Wait(pending);