internal void CvarValue(Edict.Native *pEnt, string value)
 {
     try
     {
         ServerInterface.CvarValue(EntityDictionary.EdictFromNative(pEnt), value);
     }
     catch (Exception e)
     {
         Log.Exception(e);
         throw;
     }
 }