export interface ICommand {
    execute(): void
    unexecute(): void
}
