package com.ttdev.wicketpagetest.sample.spring; public interface LengthyProcessingService { void start(); String waitForResult(); }