syntax = "proto3"; package whirl; message UnsubscribeRoomCommand { int32 room_number = 1; }