#[derive(Debug, Clone)]
pub enum Action {
    IncCounter,
    DecCounter,
    Exit,
}