public static void AddValues <TKey, TValue> ( this IDictionary <TKey, TValue> dictionary, IEnumerable <TValue> collection, Func <TValue, TKey> converter ) => collection.AddToDictionary(dictionary, converter);