namespace Pilz.Configuration; public interface ISettingsIdentifier { static abstract string Identifier { get; } }