public API_EtherpadLite()
    	{
    		 Host = "beta.etherpad.org";
    		 ApiKey = "EtherpadFTW";
    		 EtherpadLite = new EtherpadLiteDotNet(ApiKey,Host);    	
    		 CurrentPad = "O2_TestPad".add_RandomLetters(5);
    	}
 	public Test_EtherpadLite()
 	{
 		 Host = "beta.etherpad.org";
 		 ApiKey = "EtherpadFTW";
 		 EtherpadLite = new EtherpadLiteDotNet(ApiKey,Host);    	
 	}