interface IEntity {
    public String[] getKeys();
}
