package com.ttdev.wicketpagetest.sample.spring; public interface GreetingService { String getName(); }