private void Initialize(string factoryId)
        {
            _cloudService = new TelestreamCloudService(_apiAccess);

            ValidateId("factoryId", factoryId);
            FactoryId = factoryId;
        }
		private void Initialize(string factoryId)
		{
			_cloudService = new TelestreamCloudService(_apiAccess);

			ValidateId("factoryId", factoryId);
			FactoryId = factoryId;
		}