Extension Methods from Krzysztof Morcinek
    - 
        
        
            ICollection interface has List type most of time, so this Extension allows to call RemoveAll() method with the same signature like on List
         
- 
        
        
            Increment counter at the key passed as argument. Dictionary is <TKey, Int>