#include "MyService.h" int MyService::add(int a, int b) { return a + b; }