namespace Pilz.Plugins.Advanced; public interface IPluginFeaturesProvider { static abstract PluginFeature[] GetFeatures(); }