public static T GetEnum <T>(string name, T defaultValue) where T : struct { return(SettingsContainer.GetEnum(name, defaultValue)); }