pub type Transport = fn(String) -> Nil
pub fn console(payload: String) -> Nil
pub fn file(filename: String) -> fn(String) -> Nil