1namespace mars.rover.common 2{ 3 public interface CallbackCommand<T> : ParameterizedCommand<T> 4 { 5 } 6}