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