public void PutSetting <T>(string id, T value)
 {
     uc3d.PutSetting(id, value);
 }