main
1namespace common
2{
3    class EmptyCommand : Command
4    {
5        public void run() {}
6    }
7}