public class CaseOnCreateSetReportedOn : IPlugin { public void Execute(IServiceProvider serviceProvider) { try { } catch (Exception ex) { throw new InvalidPluginExecutionException(ex.Message); } } }