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