using Pilz.Plugins; namespace OwnChar.Plugins; public interface IOwnCharPlugin : IPlugin { public string ID { get; } public object? GetApi(); }