main
1namespace gorilla.commons.infrastructure.threading
2{
3    public interface ITimerClient
4    {
5        void notify();
6    }
7}