public T GetSetting <T>(string id, T defaultvalue)
 {
     return(uc3d.GetSetting(id, defaultvalue));
 }