static IPhoneServiceLocator()
 {
     typedServices["net"]        = new IPhoneNet();
     typedServices["system"]     = new IPhoneSystem();
     typedServices["file"]       = new IPhoneFileSystem();
     typedServices["db"]         = new IPhoneDatabase();
     typedServices["io"]         = new IPhoneIO();
     typedServices["notify"]     = new IPhoneNotification();
     typedServices["geo"]     	= new IPhoneGeo();
     typedServices["media"]     	= new IPhoneMedia();
     typedServices["message"]    = new IPhoneMessaging();
     typedServices["pim"]    	= new IPhonePIM();
     typedServices["phone"]  	= new IPhoneTelephony();
     typedServices["i18n"]  		= new IPhoneI18N();
     typedServices["log"]  		= new IPhoneLog();
     typedServices["analytics"]  = new IPhoneAnalytics();
     typedServices["security"]   = new IPhoneSecurity();
     typedServices["webtrekk"]  	= new IPhoneWebtrekk();
     typedServices["loader"]  	= new IPhoneAppLoader();
 }
 static IPhoneServiceLocator()
 {
     typedServices["net"]       = new IPhoneNet();
     typedServices["system"]    = new IPhoneSystem();
     typedServices["file"]      = new IPhoneFileSystem();
     typedServices["db"]        = new IPhoneDatabase();
     typedServices["io"]        = new IPhoneIO();
     typedServices["notify"]    = new IPhoneNotification();
     typedServices["geo"]       = new IPhoneGeo();
     typedServices["media"]     = new IPhoneMedia();
     typedServices["message"]   = new IPhoneMessaging();
     typedServices["pim"]       = new IPhonePIM();
     typedServices["phone"]     = new IPhoneTelephony();
     typedServices["i18n"]      = new IPhoneI18N();
     typedServices["log"]       = new IPhoneLog();
     typedServices["analytics"] = new IPhoneAnalytics();
     typedServices["security"]  = new IPhoneSecurity();
     typedServices["webtrekk"]  = new IPhoneWebtrekk();
     typedServices["loader"]    = new IPhoneAppLoader();
 }