namespace Pilz.Plugins; public interface IPluginLateInitialization { abstract void LateInit(); }