package com.orbekk.same.benchmark; public interface HttpExampleService { String methodA(String message, int arg1, int arg2); }