protected void LoadSettings(string key) { _commandControlMappings = _settings.Get(key, new List <CommandControlMappingElement>()); }
public T Get <T>(string key, T defaultValue) { return(_globalBag.Get($"{Namespace}{key}", defaultValue)); }