public string GetValue(string name) { return(CustomData.Any(x => x.Name == name) ? CustomData.Single(x => x.Name == name).Value : string.Empty); }