// 메서드 참조 
service.execute(GoshThisClassNameIsHumongous::action);

// 람다 사용
service.execute(() -> action());