pub(crate) type UtilityMap<T> = OrderedMap<&'static str, (fn(T) -> i32, fn() -> Command)>;
struct UtilityMap<T> {}