syntax = "proto3"; import "cmvr/api/hlc_command.proto"; package cmvr.api; service HlcService{ rpc touch(Touch.Request) returns (Touch.Response); }