main
1using gorilla.commons.utility;
2
3namespace presentation.windows.common
4{
5    public interface NeedStartup : Command {}
6
7    public interface NeedsShutdown : Command {}
8}