main
1namespace gorilla.commons.utility
2{
3    public class EmptyCommand : Command
4    {
5        public void run()
6        {
7        }
8    }
9}