syntax = "proto3";

message Person {
    string first_name = 1;
	string last_name = 2;
}
