Here are the three files I am working with:
// city.proto syntax = "proto3"; package city; message City { string cityName = 1; string zipC