class Base{}class Foo:Base{}
service BaseProto{ rpc SomeFunction()}service FooProto{ **Passing the service here instead of rewriting SomeFunction()}