public void WhenSourceIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => DictionaryExtensions.AddOrUpdateRange(null, new KeyValuePair <string, string> [0]));
 }