pub type Variable = Variable<String, String>;
pub struct Variable { pub name: VariableName, pub value: String, }
name: VariableName
value: String