namespaceMy.Company;// User implementation
publicclassPlugin:IPlugin{// Ok, if this is uncaught before reaching [UnmanagedCallersOnly] .NET
// will crash the entire application.
publicstaticvoidPanic(){thrownewException("Panic!");}publicstaticResultVoidErrorPanicWithResult(){thrownewException("Panic!");}}