public static App GetApp(string name) { return(GetApp(AppList.First(A => A.Value.name.ToLower() == name.ToLower()).Key)); }