using System; namespace jive { public interface DisposableCommand : Command, IDisposable {} }