public static bool ContainsAnyKeys <TKey, TValue>( [NotNull] this IDictionary <TKey, TValue> dictionary, [NotNull] params TKey[] keys) => dictionary.ContainsAnyKeys(keys.ToList());