- Remove validation of app_id as the base client
### Why
<!-- Why is this PR trying to accomplish said thing? This is useful to understand your intention why this code should be merged to master. -->
*
### How
<!-- How is this PR trying to accomplish said thing? This is useful to understand the details of the code. The code reviewer will check this section to assist them with code review. -->
*
### Tests
<!-- How is this PR tested? Write some tests to convince yourself and the reviewer that your code works. Sometimes, no tests are necessary, but we should always ask the question "Can I add some tests for this PR?". -->
*
### Notes
<!-- Add any additional notes here. -->
*
What
advanced grpc users can use the stub directly from there.
stub = client.Stub response = stub.PostModelOutputs(...)