package test.store; public interface Person { public String getFirstName(); }