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