private static bool PrivateTryGetValue(WeakNeedle <TKey> needle, out TKey foundKey)
 {
     return(needle.TryGetValue(out foundKey));
 }