public void BeforeEachTestSetup()
		{
			m_instance = Xpcom.GetService<mozISpellCheckingEngine>("@mozilla.org/spellchecker/engine;1");	
			Assert.IsNotNull(m_instance);
		}
 public void BeforeEachTestSetup()
 {
     m_instance = Xpcom.GetService<mozISpellCheckingEngine>("@mozilla.org/spellchecker/engine;1");
     Assert.IsNotNull(m_instance);
 }