main
1namespace gorilla.commons.utility
2{
3    public interface Configuration<T>
4    {
5        void configure(T item);
6    }
7}