public void BeforeEachTest()
 {
     m_loader = new PluginLoader();
 }
 private void InitializePlugins()
 {
     m_loader = new PluginLoader();
     m_loader.Load( System.IO.Path.Combine( Environment.CurrentDirectory, Settings.Default.PluginsDirectory ) );
 }