public interface ILookup { String find(int id); String find(String name); }