object ReadValue <T>(string valueName) { return((T)Convert.ChangeType(fileSection.GetValue(fieldId), typeof(T))); }