struct addnumbersrequest { int a = 1; int b = 2; } struct addnumbersreply { int c = 1; }