As part of the next breaking change release, we need to make sure we go back over the protobuf and remove all unused properties and messages such as: - [WorkerHeartbeat](https://github.com/Azure/azure-functions-language-worker-protobuf/blob/3b327777b23cf6707e07e8e2552a4d7ae204b1a2/src/proto/FunctionRpc.proto#L150-L152) - [worker_version](https://github.com/Azure/azure-functions-language-worker-protobuf/blob/3b327777b23cf6707e07e8e2552a4d7ae204b1a2/src/proto/FunctionRpc.proto#L121) - Maybe [RpcHttp](https://github.com/Azure/azure-functions-language-worker-protobuf/blob/3b327777b23cf6707e07e8e2552a4d7ae204b1a2/src/proto/FunctionRpc.proto#L607) - managed_dependency_enabled - #34 - Updating the case of the ["Properties" field](https://github.com/Azure/azure-functions-language-worker-protobuf/blob/d53ce5f7ba1063d3dc0d04088fedff1c7ecc05a7/src/proto/FunctionRpc.proto#L329) to snake_case for consistency (as per the [style guide](https://developers.google.com/protocol-buffers/docs/style#message_and_field_names) we follow)