public class Repository {
    public Object findById(int id) {
        return null;
    }
}
