public void Setup()
        {
            var config = PropertyHelper.ConfigureMapper();

            _factory        = new PropertyFactory(config.CreateMapper());
            _classUnderTest = new PropertyGateway(_uhContext, _factory);
        }
 public GetPropertyChildrenUseCase(IGetPropertyChildrenGateway gateway)
 {
     _gateway = gateway;
 }