Inheritance: IFileSystem
		public void Init()
		{
			_fileSystem = new FileSystem();
			_service = new JsonLabelService(_fileSystem);
			_service.Remove(TestKey);
			_service.Remove(TestPathKey);
		}
		public GlobalizationTest()
		{
			_fileSystem = new FileSystem();
			_service = new JsonLabelService(_fileSystem);
			_service.Remove(TestKey);
			_service.Remove(TestPathKey);
		}