syntax = "proto3";

message Person {
   string personId = 1;
   string firstname = 2;
   string lastname = 3;
}
