import java.util.List; public interface ClientRepository { public List loadClients() throws Exception; }