namespace PSCHelpdesk.Shared.Plugin; public interface Contract { string GetName(); void Configure(); List LoadViews(); }