namespace Pilz.Configuration; public interface ISettingsIdentifier { #if NET8_0_OR_GREATER static abstract string Identifier { get; } #endif }