public string ShowFileBrowser(STARWIND_PLUGIN_ID pluginID, IFileBrowserEvents eventsCallback,
                               out bool pCancelled)
 {
     return(Server.ShowFileBrowser(pluginID, eventsCallback, out pCancelled));
 }
 public IPlugin GetPlugin(STARWIND_PLUGIN_ID pluginID)
 {
     return(Server.GetPlugin(pluginID));
 }