main
1namespace momoney.presentation.views
2{
3    public interface ITaskTrayMessageView
4    {
5        void display(string message, params object[] arguments);
6    }
7}