public Variable GetGlobalVariable(string name) { return(GlobalVariables.FirstOrDefault(x => x.Name == name)); }