package org.testory.common; public interface Closure { Object invoke() throws Throwable; }