main
1namespace gorilla.commons.utility
2{
3    public interface CallbackCommand<T> : Command<Callback<T>>
4    {
5    }
6}