I am trying to do this ```csharp if (_config.GetValue<bool>("AutoRegisterSlashCommands:Dev") && _config.GetSection("DevServers").Get<ulong[]>().Any()) ``` However this throws an ArgumentNullException if the configuration section is an empty list