Kitura-Redis expects Int32 for the port and as a result using the service and getting the port from it causes a compilation error: `redis?.connect(host: redisService.host, port: redisService.port) { (redisError: NSError?) in`