public HouseService(RedisTool RedisTool, ConfigService configService, NewHouseDapper newHouseDapper) { _redisTool = RedisTool; _configService = configService; _newHouseDapper = newHouseDapper; }