public void Initialize()
 {
     _redskyProductMapper = new RedskyProductMapper();
     _fixture             = new Fixture();
 }
        public RetailProductRepository(IJsonServiceClient jsonServiceClient, IRedskyProductMapper redskyProductMapper)
        {
            _jsonServiceClient = jsonServiceClient;

            _redskyProductMapper = redskyProductMapper;
        }