package com.iluwatar; public interface BusinessService { void doProcessing(); }