public static bool TryGetCoalesce <TKey, TValue>( [NotNull] this IDictionary <TKey, TValue> dict, out TValue value, IEnumerable <TKey> keys) => dict.TryGetCoalesce(out _, out value, keys.ToArray());