syntax = "proto3"; package whirl; import "old_property_list.proto"; message SessionExitCommand { OldPropertyList property_list = 1; }