public static T GetData <T>(string key)
 {
     return((T)dataValues.GetValue(key));
 }