We should send a [WorkerTerminate](https://github.com/Azure/azure-functions-language-worker-protobuf/blob/58b3dc0dbde065b15bd979bd2e27f36b7ee6273e/src/proto/FunctionRpc.proto#L39) message to from host to worker to allow the worker to terminate itself gracefully instead of immediately killing it. Step 1 to allowing https://github.com/Azure/azure-functions-host/issues/2153. cc: @pragnagopa