package com.blogspot.toomuchcoding.book.chapter6._4_VerifyingThatInteractionsNeverHappened; import com.blogspot.toomuchcoding.person.Person; public interface TaxService { void transferTaxFor(Person person); }