namespace * foo service FooService{ i32 add1(1: i32 x) } service BarService extends FooService{ void ping() }