interface TestInterfaceMethod { empty1(); void empty2(); empty3(Integer a); empty4(String a, Integer b); }